home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Magazine
/
C_Tutorial
/
Part-9
/
wb3
/
test.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-11-27
|
135b
|
7 lines
/* Test Arexx communications */
options results
address hellopainter
do i = 15 to 1 by -1
pen i
draw 40+i 40+i "Hi from ARexx!"
end